Welcome![Sign In][Sign Up]
Location:
Search - mfc R

Search list

[Internet-Networkras

Description: RAS api的MFC类封装-MFC class encapulation of RAS api
Platform: | Size: 4096 | Author: 站长 | Hits:

[DSP program32CH_DTMF&MFC

Description: 32路DTMF、MFC编解码,作中国一号信令用的上-32 DTIMF, MFC codec for China on the 1st of last Signaling
Platform: | Size: 140288 | Author: 安鹏洲 | Hits:

[GDI-Bitmapmfc_rle

Description: mfc框架下的对图像的rle压缩和解压缩的源码,是不错的实验框架-mfc under the framework of image compression and decompression eps, the source is good experimental framework
Platform: | Size: 61440 | Author: 孟庆洋 | Hits:

[Applicationsgupiaokongjian

Description: 股票控件源代码,采用VC编写,需要MFC,内有简单说明,深夜上传-stock control source code, prepared using VC need MFC, with a simple note, the night upload
Platform: | Size: 241664 | Author: 刘 罡 | Hits:

[Otherrelink

Description: MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings] url= 允许外部链接的网站地址 以"|"号分开 如"xfrog.cn|webtm.cn" extension=gif|jpg|png|psd|bmp|swf|midi|wav|mp3|wma|avi|mpg|wmv|asf|rm|rmvb|zip|rar 需要过滤 监测的文件类型 以"|"号分开 speed=50 文件下载速度 单位"K" 需知 因为网络环境的不同 没那么准确 thread=2 单文件下载最大线程-MFC IIS defense Daolian vc Development Environment 7.0 (MFC)/windows 2003's p1/iis6.1 main functions : a defense Daolian two restrictions download threads number three download speed limit use : an open Internet Information Services (IIS) Management/local computer/website/Default Web/Attribute/ISAPI Filter/add two names casually paper of your choice extract from the three heavy relink.dll Kai IIS 4 Open ReLink.ini specific parameters : [settings] url = allow external link to the website address of the "|", as separate "xfrog. cn | webtm.cn "extension = gif | jpg | png | psd | bm p | swf | midi | wav | mp3 | wma | avi | mpg | wmv | asf | r m | RealNetworks | zip | rar need to filter monitoring the file type "|" = 50 separate speed File Downl
Platform: | Size: 12288 | Author: 莫飞 | Hits:

[source in ebookB35

Description: E:\VISUAL C++MFC扩展编程实例 实例35 添加帮助菜单项,在本例中将向应用程序中的H e l p菜单中添加C o n t e n t s和S e a r c h 菜单项。-E : \ MFC Visual C programming examples examples expansion added 35 to help menu items, in this case will be applied to the procedures H e l p menu add C o n t e n t's and S e r c h a menu item.
Platform: | Size: 18432 | Author: 李成男 | Hits:

[Internet-Networkaddfun

Description: 聊天工具 If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.-chatting tool If your application uses MFC in a share d DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localiz ed resources from the Microsoft MFC42XXX.DLL V isual C CD-ROM onto the system or system32 direc tory. and rename it to be MFCLOC.DLL. ( "XXX" stands az r the language abbreviation. For example, MFC42DEU.DLL contains resources translated t o German.) If you do not do this, some of the UI elements of your application will remain in the language of the operating system.
Platform: | Size: 437248 | Author: | Hits:

[ListView/ListBoxLanUsbT1_0918

Description: 一个单文档多视图的MFC程序;把整个窗口拆分为左右对称的6个视图,视图类型包括CListview,CTreeView,CView。这是学习拆分窗口的好例子。并且使用了CListView的virtual模式,可以极大的提高大量数据在列表中的显示速度。-A single multi-view of the MFC documentation procedures the entire window for symmetrical split of the six views, view types include CListview, CTreeView, CView. This is a split window to learn a good example. CListView and the use of the virtual model can greatly improve a large amount of data in the list of display speed.
Platform: | Size: 106496 | Author: 人民币 | Hits:

[GUI DevelopScribble

Description: 侯俊杰的深入浅出MFC中的Scribble例子-侯俊杰the plain language of the Scribble example MFC
Platform: | Size: 2277376 | Author: | Hits:

[GDI-Bitmapmspaint

Description: 自己写的模仿windows画图板的程序,作业类型的,供刚刚开始学习MFC的同学交流-Write their own windows to imitate the drawing board procedures, types of operation for just beginning to learn MFC exchange students
Platform: | Size: 280576 | Author: 高川 | Hits:

[Special Effectschepaishibie

Description: 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete -Reading of BMP files, open only 256 colors (can be a gray-scale) display and memory mapping technology on the palette: the palette is actually an array, 4 BYTE are B, G, R, and every Reserved pixel has a corresponding array. On the VC and the windows of the drawing mechanism: the use of GDI (Graphics Device Interface) objects, used by CDC category, CPaintDC same (device-context) equipment under the windows context MFC programming mechanisms, message-driven, event wait! Overall app (application objects) Note the allocation of memory, manual removal and CDC object to delete the GDI release system resources every new operator should correspond to a delete
Platform: | Size: 238592 | Author: 嘉川 | Hits:

[Static controlbeautiful_static

Description: vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
Platform: | Size: 3515392 | Author: Qin Qiang | Hits:

[Internet-NetworkUDTC_S

Description: 使用UDP模拟可靠传输协议rdt2.0。使用两个程序,一个发送一个接收,方便大家学习。 (VC6,MFC,socket)-Reliable simulation of the use of UDP transport protocol rdt2.0. The use of two procedures, one to send a receiver to facilitate learning. (VC6, MFC, socket)
Platform: | Size: 61440 | Author: liangliang | Hits:

[VC/MFCDavisChapman-SamsTeachYourselfVisualC++In21Days.r

Description: For the majority of C++ programmers, the pace and style of David Chapman s Teach Yourself Visual C++ 6 in 21 Days will make a good deal of sense. The author covers all the essentials of basic Windows and Microsoft Foundation Classes (MFC) development, and then addresses several new features in Visual C++ 6, all while moving quickly enough for the busy, working programmer.
Platform: | Size: 5152768 | Author: slavi | Hits:

[Windows DevelopEx1404

Description: 一个网页抓取软件,是MFC环境下的,联网可以抓取指定网页-A web crawling software is MFC environment
Platform: | Size: 390144 | Author: youjie | Hits:

[Internet-NetworkGetIP

Description: 获取本地主机的主机名和IP地址,用MFC设计-Get local host name and IP address of the host, with the MFC design
Platform: | Size: 1903616 | Author: 崔晨 | Hits:

[Data structsSortTest

Description: 各种排序算法的实现,包括快速排序、归并排序、二路插入排序等-Implementation of various sorting algorithms, including the quick sort, merge sort, insertion sort, etc. È r
Platform: | Size: 793600 | Author: chenchencehn | Hits:

[GUI DevelopQQ2009

Description: 一个仿QQ2009界面风格的程序,用VC++的MFC开发,不看绝对是一种损失,完整源代码,学习MFC的绝好例子-An imitation QQ2009 interface style program, the MFC with VC++ development is a loss not to see the absolute, complete source code, a perfect example of learning MFC
Platform: | Size: 1107968 | Author: 李鹏 | Hits:

[GUI Developyy

Description: 简单的用mfc编的鹰眼,mapControl与toccontrol在一个对话框中-Simple to use mfc series Hawkeye, mapControl in a dialog box with toccontrol
Platform: | Size: 12339200 | Author: little_baby | Hits:

[Windows Developmfc_odbc_to_connect_mysql_through_examples_Login.r

Description: mfc通过odbc连接mysql实例Loginmfc odbc to connect mysql through examples Login-mfc odbc to connect mysql through examples Loginmfc odbc to connect mysql through examples Login
Platform: | Size: 3879936 | Author: ng | Hits:
« 12 3 4 »

CodeBus www.codebus.net